home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the timer > 120 then
- set call to random(2)
- if call = 1 then
- go(65)
- else
- if call = 2 then
- startTimer()
- puppetSprite(6, 1)
- go(75)
- end if
- end if
- else
- go(the frame)
- end if
- end
-
- on mouseUp
- repeat with n = 21 down to 1
- set the visible of sprite n to 1
- puppetSprite(n, 0)
- end repeat
- sound stop 1
- go(10)
- end
-